serial begin

89

serial begin -

void setup() {
    Serial.begin(9600);
}

void loop() {}

Comments

Submit
0 Comments